Release 10.1A: OpenEdge Development:
Programming Interfaces
OUTPUT TO and the default stream
A stream is a path for data movement. In this case, a stream is a path for output to a named destination. Every Progress procedure has one unnamed default output stream that writes data to the screen. The
OUTPUTTOstatement is your tool for redirecting the default stream to another destination. Once you useOUTPUT TOto change the output destination in a procedure, the output goes to that destination until you close it with theOUTPUT CLOSEstatement, or until you name a new output destination.This is a partial syntax for the
OUTPUT TOstatement:
Here is a partial syntax for the
OUTPUTCLOSEstatement:
Table 7–2 describes the
OUTPUTstatement syntax components.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |